home *** CD-ROM | disk | FTP | other *** search
/ Qoole for Quake / Qoole for Quake (USA) / Qoole for Quake (USA).bin / Tutorial / HTML / UTILS.ZIP / utils.txt < prev    next >
Encoding:
Text File  |  1997-01-30  |  710 b   |  30 lines

  1. These are the compiling utilities required to
  2. convert a .MAP file into a .BSP file that 
  3. Quake can run. I have included a couple of
  4. bat files that I use to convert a level.
  5. to use them type:
  6.  
  7.   full <mapname>
  8.  
  9.  eg: full Test1
  10.  This will do a maximum accuracy(longer time) 
  11.  complile, you must do this when you release
  12.  a level.
  13.  
  14.   quick <mapname>
  15.   
  16.  eg: quick Test1
  17.  This will compile with the fastest (least
  18.  accurate) options. Use this to test a level.
  19.  
  20.   cquake <mapname>
  21.  
  22.  eg: cquake Test1
  23.  This copies your .BSP file to the correct
  24.  directory. This assumes you have quake in
  25.  the /quake/directory. If not, alter the file
  26.  to copy the BSP to the correct place.
  27.  
  28. -
  29. eSsJayTee
  30. -